home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_1515 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  237 b   |  10 lines

  1. on(release){
  2.    tellTarget(_root)
  3.    {
  4.       viewcarnum = 0;
  5.       prompt("Note","Before you purchase your car,\n Make sure you have stored your current car in the garage!",1);
  6.       gotoAndStop("carshop");
  7.       play();
  8.    }
  9. }
  10.